home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000368_news@columbia.edu _Fri Dec 17 21:05:44 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id VAA08929
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 17 Dec 1999 21:05:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA09119
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 17 Dec 1999 20:49:55 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Announcing a new GPL'd Kermit program for UNIX
  11. Date: 18 Dec 1999 01:49:54 GMT
  12. Organization: Columbia University
  13. Message-ID: <83ep82$8st$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16.  
  17. This to announce a brief testing period for a new, compact, and GPL'd
  18. Kermit program for UNIX.  The new program is called G-Kermit (GNU Kermit).
  19. It is intended to meet the need for a Kermit protocol implementation
  20. that is:
  21.  
  22.  . Stable and low-maintenance
  23.  . Small and fast with no frills
  24.  . Released under the GNU Public License
  25.  
  26. G-Kermit is command-line only (no interactive commands or scripting) and
  27. remote-mode only (no making connections).  It has an extremely simple user
  28. interface, and implements a large subset of the Kermit protocol in a small
  29. amount of highly portable code.
  30.  
  31. It has been built and tested on a wide variety of UNIX platforms, ranging
  32. from from early-1980s-era to up-to-the-minute, using both traditional C
  33. and ANSI C.  It is designed to be as independent as possible of platform-
  34. specific features, and therefore to be stable for many years if we resist
  35. the temptation to add features to it.  The size of the binary ranges from
  36. 29K (on HP-UX 8.00) to 99K on Ultrix/MIPS, with an average size of 52K
  37. over 37 builds, and a typical size of 34K on PC-based UNIXes.
  38.  
  39. It's easy to build, install, and uninstall.  It requires no privileges.
  40. Documentation is included as a plain-text README file and a man page.
  41.  
  42. You can find G-Kermit 1.00 Beta.01 at:
  43.  
  44.   ftp://kermit.columbia.edu/kermit/test/tar/gkermit.tar.Z  (78K)
  45.   ftp://kermit.columbia.edu/kermit/test/tar/gkermit.tar.gz (53K)
  46.  
  47. Uncompress, untar, read the README file, and take it from there (in most
  48. cases you just type "make" to build it).
  49.  
  50. Send test reports to kermit-support@columbia.edu.
  51.  
  52. - Frank